Advanced Service Subroutines
RegisterBrng
registers user-defined basic generator.
GetBrngProperties
registers structure with properties of a given basic generator.
Fortran:
brng = vslregisterbrng (properties)
C:
brng = vslRegisterBrng (properties);
Fortran:
call vslgetbrngproperties (brng, properties)
C:
call vslGetBrngProperties (brng, properties);
* Legal Information © 1999, 2002-2004, Intel Corporation